home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980424-19980901 / 000395_news@newsmaster….columbia.edu _Thu Aug 20 20:11:18 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA23891
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Aug 1998 20:11:17 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA23630
  7.     for kermit.misc@watsun; Thu, 20 Aug 1998 20:11:17 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: DEC VT "DO" key
  12. Date: 21 Aug 1998 00:11:11 GMT
  13. Organization: Columbia University
  14. Lines: 35
  15. Message-ID: <6riduv$3s1$1@apakabar.cc.columbia.edu>
  16. References: <35DCB26E.4F67EEAD@megsinet.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9121
  19.  
  20. In article <35DCB26E.4F67EEAD@megsinet.net>,
  21. Tim Randles  <trandles@megsinet.net> wrote:
  22. : I recently downloaded C-Kermit for Linux to use primarily as a dialup
  23. : terminal emulator for work.  The first thing I noticed however was the
  24. : lack of a key sequence for the DEC "DO" key.  Being able to send this is
  25. : essential for me because I use EVE as my text editor on VMS and this key
  26. : accesses the editor's command line.  To investigate this problem, along
  27. : with the many other outstanding features of Kermit, I purchased "Using
  28. : C-Kermit" which I have found to be an EXCELLENT reference.  I highly
  29. : recommend that all users of C-Kermit purchase this book.  For all of
  30. : it's great qualities however, the book did not provide me with an answer
  31. : to my "DO" key dilemma.  Can anyone out there tell me how to SET KEY for
  32. : this, or at least point me towards any info that may be of help?
  33. : Thanks in advance.
  34. : Tim
  35.  
  36.  
  37. C-Kermit is not a terminal emulator.  Therefore, in addition to
  38. not interpretting terminal escape seqeunces for screen display 
  39. it does not provide keyboard verbs for terminal specific keyboard
  40. escape sequences.  Unlike MS-DOS Kermit and Kermit 95 which run 
  41. as stand alone applications, C-Kermit runs within a X Window or
  42. console environment.  It is this environment that provides your
  43. terminal type including both screen display and keyboard input.
  44.  
  45. The C-Kermit SET KEY command may be used to map single character
  46. values to other values, but it cannot recognize any of the special 
  47. keys such as F1, Home, or PgUp.
  48.  
  49.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  50.                  The Kermit Project * Columbia University
  51.               612 West 115th St #716 * New York, NY * 10025
  52.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org